projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6c8157
)
gnus-html.el (gnus-html-image-url-blocked-p): Say in the message what the regexp...
author
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Thu, 2 Sep 2010 01:06:36 +0000
(
01:06
+0000)
committer
Katsumi Yamaoka
<yamaoka@jpl.org>
Thu, 2 Sep 2010 01:06:36 +0000
(
01:06
+0000)
lisp/gnus/gnus-html.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-html.el
b/lisp/gnus/gnus-html.el
index a78c617184dc076813ceb673383014edc2fb6ff7..5882645425e44e59cdc5badd0fbb8fd5f2cc636d 100644
(file)
--- a/
lisp/gnus/gnus-html.el
+++ b/
lisp/gnus/gnus-html.el
@@
-290,7
+290,7
@@
fit these criteria."
(let ((ret (and blocked-images
(string-match blocked-images url))))
(when ret
- (gnus-message 8 "Image URL %s is blocked by gnus-blocked-images regex %s" url
gnus-
blocked-images))
+ (gnus-message 8 "Image URL %s is blocked by gnus-blocked-images regex %s" url blocked-images))
ret))
;;;###autoload